Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: joinSource check args error. #2773

Merged
merged 2 commits into from
Oct 24, 2024
Merged

fix: joinSource check args error. #2773

merged 2 commits into from
Oct 24, 2024

Conversation

alilestera
Copy link
Contributor

@alilestera alilestera commented Oct 24, 2024

🅰 Please add the issue ID after "Fixes #"

Fixes #2711

@pull-request-size pull-request-size bot added the size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. label Oct 24, 2024
Copy link

github-actions bot commented Oct 24, 2024

🤖 All Contributors have signed the CLA.
The signed information is recorded here
Posted by the CLA Assistant Lite bot.

mo3et
mo3et previously approved these changes Oct 24, 2024
@alilestera
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

OpenIM-Robot added a commit to OpenIM-Robot/cla that referenced this pull request Oct 24, 2024
@mo3et mo3et enabled auto-merge October 24, 2024 03:56
@mo3et mo3et disabled auto-merge October 24, 2024 03:56
@icey-yu icey-yu disabled auto-merge October 24, 2024 04:22
@skiffer-git
Copy link
Member

github.com/openimsdk/open-im-server/v3/internal/rpc/auth

Error: internal/rpc/auth/auth.go:61:36: cannot use &authServer{…} (value of type *authServer) as "github.com/openimsdk/protocol/auth".AuthServer value in argument to pbauth.RegisterAuthServer: *authServer does not implement "github.com/openimsdk/protocol/auth".AuthServer (missing method KickTokens)

github.com/openimsdk/open-im-server/v3/internal/rpc/auth

Error: internal/rpc/auth/auth.go:61:36: cannot use &authServer{…} (value of type *authServer) as "github.com/openimsdk/protocol/auth".AuthServer value in argument to pbauth.RegisterAuthServer: *authServer does not implement "github.com/openimsdk/protocol/auth".AuthServer (missing method KickTokens)

github.com/openimsdk/open-im-server/v3/internal/rpc/auth

Error: internal/rpc/auth/auth.go:61:36: cannot use &authServer{…} (value of type *authServer) as "github.com/openimsdk/protocol/auth".AuthServer value in argument to pbauth.RegisterAuthServer: *authServer does not implement "github.com/openimsdk/protocol/auth".AuthServer (missing method KickTokens)

github.com/openimsdk/open-im-server/v3/internal/rpc/auth

Error: internal/rpc/auth/auth.go:61:36: cannot use &authServer{…} (value of type *authServer) as "github.com/openimsdk/protocol/auth".AuthServer value in argument to pbauth.RegisterAuthServer: *authServer does not implement "github.com/openimsdk/protocol/auth".AuthServer (missing method KickTokens)
[2024-10-24 03:53:05 UTC] Compilation aborted. failed to compile openim-rpc-friend for linux_amd64: running "go build -o /home/runner/work/open-im-server/open-im-server/_output/bin/platforms/linux/amd64/openim-rpc-friend /home/runner/work/open-im-server/open-im-server/cmd/openim-rpc/openim-rpc-friend/main.go" failed with exit code 1
Error: Process completed with exit code 1.

@mo3et mo3et enabled auto-merge October 24, 2024 07:10
@mo3et mo3et added this pull request to the merge queue Oct 24, 2024
Merged via the queue into openimsdk:main with commit a84f7bd Oct 24, 2024
8 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Oct 24, 2024
@alilestera alilestera deleted the fix branch October 24, 2024 10:38
@FGadvancer FGadvancer added this to the v3.8.2 milestone Oct 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cherry-picked size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[DOC]: Regarding the join group interface, it prompts parameter error
4 participants